home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
Development
/
PowerD
/
powerd
/
source
/
lib
/
powerd_lib.lha
/
PowerD_PPC
/
Abs.ass
next >
Wrap
Text File
|
2000-07-11
|
168b
|
15 lines
# Abs(r3:LONG)(r3:LONG)
.text
.global _Abs
_Abs: mr. r3,r3 # tstw r3
bge end
neg r3,r3 # negate
end: blr
.local end
.type _Abs,@function
.size _Abs,$-_Abs